const go/types._InvalidDotDotDot

4 uses

	go/types (current package)
		builtins.go#L25: 			_InvalidDotDotDot,
		call.go#L323: 				check.errorf(inNode(call, call.Ellipsis), _InvalidDotDotDot, "cannot use ... with %d-valued %s", nargs, call.Args[0])
		errorcodes.go#L723: 	_InvalidDotDotDot
		typexpr.go#L307: 		check.error(e, _InvalidDotDotDot, "invalid use of '...'")